-
-
Notifications
You must be signed in to change notification settings - Fork 374
Update Documentation + llms.txt addition for vibe coding #2710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added condition to catch the case of a project with no CAD instances
…into contribution
Co-authored-by: devloai[bot] <168258904+devloai[bot]@users.noreply.github.com>
Co-authored-by: devloai[bot] <168258904+devloai[bot]@users.noreply.github.com>
…into contribution
Added "Get Openings" tool to analyze panel
fixes #2692 Update SelectFromList.xaml
Bumps the pip group with 1 update in the / directory: [requests](https://github.com/psf/requests). Updates `requests` from 2.32.3 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
Bump requests from 2.32.3 to 2.32.4 in the pip group across 1 directory
add error handling for Uri.TryCreate in bitmap_from_file method Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Add support for 'title:' in the .panel bundle.yaml
fix bitmap_from_file method in utils.py
small fix, using f-string, not supported in IPY2712
"Copy Sheets to Open Documents" now preserves detail number
Fix pyrevit-cli.nuspec with last mentions of Ehsan's old repo
Totally unrelated to #2696 (comment)
Missing icons
Co-authored-by: Andrea Ghensi <andrea.ghensi@gmail.com>
Co-authored-by: Andrea Ghensi <andrea.ghensi@gmail.com>
fix adding clr Reference LibGit2Sharp to git.py
Bumps the pip group with 1 update in the / directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.4.0 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.4.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
Bump urllib3 from 2.4.0 to 2.5.0 in the pip group across 1 directory
Unable to perform a code review. You have run out of credits 😔 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Update Documentation
+
llms.txt addition for vibe coding